home *** CD-ROM | disk | FTP | other *** search
/ MSC Industrial Supply 2.0 / MSC Industrial Supply 2.0.iso / CONFIG / RESOURCE.CFG < prev    next >
Encoding:
Text File  |  1997-11-11  |  2.6 KB  |  72 lines

  1.  
  2. <!-- resource definition example -->
  3.  
  4. <Resource>
  5.  
  6. <!-- font definitions -->
  7.  
  8. <Font>
  9.  
  10. error             = ( 1 * "Arial"  * * *      * "Error font")
  11. "drag and drop"   = (21 * "Arial"  * * *      * "Drag and drop font")
  12. "main text"       = (22 * "Arial"  * * *      * "Main text")
  13. "standard symbol" = (23 * "Symbol" * * symbol * "Symbol font")
  14. "wing ding symbol" = (24 * "WingDings" * * symbol  * "WingDings font")
  15. </Font>
  16.  
  17. <!-- color definitions -->
  18. <Color>
  19.  
  20. <!-- standard color definitions -->
  21.  
  22. "system black"        = (70    0    0   0  "system color")
  23. "system dark red"     = (71  128    0   0  "system color")
  24. "system dark green"   = (72    0  128   0  "system color")
  25. "system dark yellow"  = (73  128  128   0  "system color")
  26. "system dark blue"    = (74    0    0 128  "system color")
  27. "system dark magenta" = (75  128    0 128  "system color")
  28. "system dark cyan"    = (76    0  128 128  "system color")
  29. "system light gray"   = (77  192  192 192  "system color")
  30. "system gray green"   = (78  192  220 192  "system color")
  31. "system gray blue"    = (79  164  200 240  "system color")
  32. "system light yellow" = (80  0xff 251 240  "system color")
  33. "system gray"         = (81  160  160 164  "system color")
  34. "system dark gray"    = (82  128  128 128  "system color")
  35. "system red"          = (83  0xff   0   0  "system color")
  36. "system green"        = (84    0  255   0  "system color")
  37. "system yellow"       = (85  255  255   0  "system color")
  38. "system blue"         = (86    0    0 255  "system color")
  39. "system magenta"      = (87  255    0 255  "system color")
  40. "system cyan"         = (88    0  255 255  "system color")
  41. "system white"        = (89  255  255 255  "system color")
  42.  
  43. </Color>
  44.  
  45. <!-- multiple sets are allowed -->
  46.  
  47. <Color>
  48. "black"       = (100    0    0   0  "html color")
  49. "silver"      = (101  192  192 192  "html color")
  50. "gray"        = (102  128  128 128  "html color")
  51. "white"       = (103  255  255 255  "html color")
  52. "maroon"      = (104  128    0   0  "html color")
  53. "red"         = (105  255    0   0  "html color")
  54. "purple"      = (106  128    0 128  "html color")
  55. "fuchsia"     = (107  255    0 255  "html color")
  56. "green"       = (108    0  128   0  "html color")
  57. "lime"        = (109    0  255   0  "html color")
  58. "olive"       = (110  128  128   0  "html color")
  59. "yellow"      = (111  255  255   0  "html color")
  60. "navy"        = (112    0    0 128  "html color")
  61. "blue"        = (113    0    0 255  "html color")
  62. "teal"        = (114    0  128 128  "html color")
  63. "aqua"        = (115    0  255 255  "html color")
  64. </Color>
  65.  
  66.  
  67. </Resource>
  68.  
  69.  
  70.  
  71.  
  72.